home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Softshoe
/
Lisa's Mac Parts
/
Files
/
Locations
/
CopyFile.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
305b
|
15 lines
// CopyFile.h
#ifndef CopyFile_h
#define CopyFile_h
class FileLocation;
class CatInfo;
// These functions are also declared in FileLocation.h
void CopyFile( const FileLocation& source, const FileLocation& destination );
void CopyFile( const CatInfo& source, const FileLocation& destination );
#endif